home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-09-13 | 894 b | 47 lines |
- [SUBJECT]
- Description=Displays a scrolling text banner on the status bar - 1st variant
- ImageIndex=-1
- Folder=Text Effects
-
-
- [HEAD_TEXT]
- ;<script language="JavaScript">
- ;<!-- begin script
- ;var posBan4=0, ban4, delayBan4, msgBan4;
- ;msgBan4="`message`";
- ;function banniere4() {
- ; delayBan4 = `delay`;
- ; if (posBan4 >= msgBan4.length)
- ; posBan4 = 0;
- ; else if (posBan4 == 0) {
- ; msgBan4 = ' ' + msgBan4;
- ; while (msgBan4.length < 128)
- ; msgBan4 += ' ' + msgBan4;
- ; }
- ; window.status = msgBan4.substring(posBan4,posBan4+msgBan4.length);
- ; posBan4++;
- ; ban4 = setTimeout("banniere4(delayBan4)",delayBan4);
- ;}
- ;// end script -->
- ;</script>
- ;
-
-
- [BODY_TAG]
- ;onLoad="banniere4();" onUnload="clearTimeout(ban4)"
-
-
- [BODY_TEXT]
-
-
- [`message`]
- Kind=S
- Value=This text is the preview of your result.
-
-
-
- [`delay`]
- Kind=N
- Value=100
-
-